-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix spacing and layout of registered TopBar items #4991
Conversation
Signed-off-by: Sebastian Malton <[email protected]>
onClick={goForward} | ||
disabled={!nextEnabled.get()} | ||
/> | ||
</div> | ||
<div className={styles.controls}> | ||
<div className={styles.items}> | ||
{renderRegisteredItems(items.get())} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note, it should now be relatively easy to add the ability to add items to either side via the extension API. That, however, is left for future work.
Thank you for the fix! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind providing the extension registration code? |
ah, never mind, just realized it is coming from my extension, sorry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah we don't clip it at all. Can you merge this PR once the release has been made? |
do we need to wait? |
No, I realized that that release is from a different branch. |
* Fix spacing and layout of registered TopBar items (#4991) * Fix: overlapped pod logs (#5029) * release v5.4.3 Signed-off-by: Jim Ehrismann <[email protected]> Co-authored-by: Sebastian Malton <[email protected]> Co-authored-by: Alex Andreev <[email protected]>
Signed-off-by: Sebastian Malton [email protected]
Before:
After (with window buttons):
After (without window buttons):